home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / bobpad.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1995-06-22  |  250 b   |  13 lines

  1. on mouseUp
  2.   global ReturnList
  3.   if rollOver(the clickOn) then
  4.     AllSoundStop()
  5.     set ReturnList to []
  6.     add(ReturnList, "BackDoor1")
  7.     add(ReturnList, the movie)
  8.     puppetSound("GNGINTRO.AIF")
  9.     updateStage()
  10.     go("Quit?")
  11.   end if
  12. end
  13.